home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
stepp000.swf
/
scripts
/
DefineButton2_888
/
BUTTONCONDACTION on(press).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-04-12
|
276 b
|
15 lines
on(press){
tellTarget("../../MailMovie")
{
gotoAndStop(1);
}
tellTarget("../../InvArrete")
{
gotoAndStop("Arret");
}
set("/Variables:Xposition",_X);
set("/Variables:Yposition",_Y);
this.swapDepths(1);
startDrag("",0);
}